home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00244_Bacchus is already here.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  330 b   |  11 lines

  1. on exitFrame
  2.   bacchusSlot = patronInSlot(#BC)
  3.   if bacchusSlot = 0 then
  4.     debugAlert("Something is wrong. Bacchus was allegedly here, but now he can't be found")
  5.     go("Bacchus")
  6.   else
  7.     sendSprite(sprite(barSlotToSprite(bacchusSlot)), #playAnim, #greetC, #greeting, #heavenGreetDone)
  8.     go("WaitForBacchus")
  9.   end if
  10. end
  11.